home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr48 / hlp2text.zip / HLP2TEXT.DOC next >
Text File  |  1993-04-16  |  2KB  |  55 lines

  1. *************************************************************************
  2. *      HLP2TEXT.DOC - Documentation for HLP2TEXT Version ß              *
  3. *             by Mirto Collazo, Jr.  CIS#: 70744,1526                   *
  4. *************************************************************************
  5.  
  6.  
  7. This version is contributed to the Public Domain in hopes that others may
  8. find it beneficial.  After consulting with Turbo Power, I found there was
  9. a need, (at least for me anyway), for a utility that would take a Turbo
  10. Power .HLP file created using TPro V5.11 MAKEHELP, and translate it to
  11. a text file.
  12.  
  13. HLP2TEXT will not trash your .HLP file while translating, but its a good
  14. idea to make a backup anyway before running it.  For me time was a factor
  15. so HLP2TEXT is not "pretty", but it did the job.  I offer no guarantees
  16. and assume no responsibility for any problems that arise through use of
  17. this utility, although its highly unlikely that any will occur.
  18.  
  19. The majority of the work is done by HLP2TEXT, with minor considerations
  20. such as !WRAP and !NOWRAP, or !INDEX adjustment, required to restore the
  21. help text file.
  22.  
  23. HLP2TEXT and this doc file (HLP2TEXT.DOC) can be distributed freely as
  24. long as they are kept together and no alterations are done.
  25.  
  26.  
  27. USAGE
  28.  
  29.   HLP2TEXT %1 %2 %3 <Enter>
  30.  
  31.   %1 = full path/name of the .HLP file you need to translate.
  32.   %2 = full path/name of the text file to be created.
  33.   %3 = "Y" to display text during translation; "N" to suppress (default).
  34.  
  35.  
  36. OUTPUT
  37.  
  38.   HLP2TEXT will extract the following:
  39.  
  40.      - text/information (except comments)
  41.      - attribute toggles (^A,^B,^C)
  42.      - cross-reference toggles (^E)
  43.      - index markers (^D)
  44.      - line breaks (^M)
  45.      - page breaks (^L)
  46.      - topic numbers
  47.      - topic names
  48.      - width setting
  49.  
  50.   In addition, HLP2TEXT will insert an index entry (!INDEX number) for
  51.   every topic found, sequentially starting from 1.  I made no attempt to
  52.   distinguish which topic should be in the index.
  53.  
  54.  
  55.